Sending Arrays of Parameters

The ODBC driver supports sending arrays of parameters for a parameterized statement. Because the data for a single statement is sent in a single packet, network traffic is reduced.

See "Using SQLPrepare/SQLExecute and SQLExecDirect" for more information how sending arrays of parameters can improve performance.